Dont show the GtkWindow when removing it from a parent and becomming a toplevel
authorTristan Van Berkom <tristan.van.berkom@gmail.com>
Mon, 3 Jan 2011 15:55:04 +0000 (00:55 +0900)
committerTristan Van Berkom <tristan.van.berkom@gmail.com>
Thu, 6 Jan 2011 05:39:41 +0000 (14:39 +0900)
commita28295a742d6492a03c92413e3570724406ca3e1
tree03bccabead4aed51be445bdfaa3df8951e5494d6
parentb8c8f2ccb1a1b69514bf86c02f223b5f8482e457
Dont show the GtkWindow when removing it from a parent and becomming a toplevel

Showing the window causes it to try to grab focus, this causes problems
when embedded toplevels run through dispose cycles.
gtk/gtkwindow.c
tests/testtoplevelembed.c